home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / Tech Tour ß1.0 / Tech Tour fl1.0 / card_9409.txt < prev    next >
Encoding:
Text File  |  1988-03-21  |  1.9 KB  |  84 lines

  1. -- card: 9409 from stack: in.0
  2. -- bmap block id: 13008
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: SCC
  6. ----- HyperTalk script -----
  7. on opencard
  8.   show background field 2
  9. end opencard
  10.  
  11.  
  12.  
  13. -- part 3 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=100 top=53 right=277 bottom=180
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: ROM
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   push card
  28.   visual effect dissolve fast
  29.   go to card "SCC Registers"
  30. end mouseUp
  31.  
  32.  
  33.  
  34. -- part 5 (button)
  35. -- low flags: 00
  36. -- high flags: 0000
  37. -- rect: left=336 top=59 right=71 bottom=402
  38. -- title width / last selected line: 0
  39. -- icon id / first selected line: 0 / 0
  40. -- text alignment: 1
  41. -- font id: 0
  42. -- text size: 12
  43. -- style flags: 0
  44. -- line height: 16
  45. -- part name: serial
  46. ----- HyperTalk script -----
  47. on mouseUp
  48.   push card
  49.   visual effect wipe left
  50.   go to card "printer port"
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 6 (field)
  56. -- low flags: 00
  57. -- high flags: 0004
  58. -- rect: left=285 top=267 right=305 bottom=512
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 156
  63. -- text size: 12
  64. -- style flags: 256
  65. -- line height: 16
  66. -- part name: 
  67.  
  68.  
  69. -- part contents for background part 6
  70. ----- text -----
  71. Serial Communications Chip
  72.  
  73.  
  74. -- part contents for background part 37
  75. ----- text -----
  76.  
  77. The two serial ports* on the Macintosh SE are controlled by a Zilog Z8530 Serial Communications Controller (SCC).   
  78.  
  79. Macintosh serial ports conform to the EIA standard RS422, which differs from the more commonly used RS232 standard.  Whereas RS232 modulates a signal with respect to a common ground, RS422 modulates two signals against each other, resulting in a more noise-immune transmission.
  80.  
  81.  
  82. -- part contents for card part 6
  83. ----- text -----
  84. To learn more about the SCC, click on the chip to the left.